go/types.Checker.unpackRecv (method)

3 uses

	go/types (current package)
		resolver.go#L444: 					ptr, base, _ := check.unpackRecv(d.decl.Recv.List[0].Type, false)
		resolver.go#L513: func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, base ast.Expr, tparams []*ast.Ident) {
		signature.go#L169: 	rptr, rbase, rtparams := check.unpackRecv(rparam.Type, true)